home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Developers / RLaB / help / getenv < prev    next >
Encoding:
Text File  |  1994-08-25  |  439 b   |  19 lines  |  [TEXT/RLAB]

  1. getenv:
  2.  
  3. Synopsis:    Return value for environment name.
  4.  
  5. Syntax:        getenv ( NAME )
  6.  
  7. Description:
  8.  
  9.     Getenv searches the current environment for a variable with
  10.     name NAME. The value of the environment variable is returned
  11.     as a string.
  12.  
  13.     Exactly how getenv behaves is depends upon the underlying
  14.     operating system implementation. On UNIX system getenv will
  15.     return a NULL string if the environment variable does not
  16.     exist. 
  17.  
  18. See Also: putenv
  19.